home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00632_Script_13NNoBuyers Continue Script < prev    next >
Text File  |  1995-05-21  |  459b  |  22 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global Fug, theMovieName, alley, g25A, hotel
  11.   
  12.   if theMovieName = "P13N14A" then put "c" into alley
  13.   
  14.   if theMovieName = "P13N25A" then
  15.     set HOTEL = "c"
  16.     put "c" into g25A
  17.   end if
  18.   
  19.   if theMovieName = "F13N03E.mov" then put "c" into fug
  20.   GameContinue
  21. end mouseUp
  22.